$this->descripcion, 'numeral' => $this->numeral, 'numeracion' => $this->numeracion ?? 0 ]); } public function __toString(): string { return $this->descripcion; } }