Overrides Node::__toString
public function __toString() : string { $items = implode(', ', $this->items); return '{' . $items . '}'; }