public function __toString() : string { $path = $this->path . $this->element; $condition = '' === $this->condition ? '' : '[' . $this->condition . ']'; return $path . $condition; }