$this->descripcion, 'region' => $this->region ]); } public function __toString(): string { return implode(', ', [$this->descripcion, '' . $this->region]); } }