$this->sexo ?? '', 'estado_civil' => $this->estado_civil ?? '', 'profesion' => $this->profesion ?? '', 'direccion' => $this->direccion ?? '', 'telefono' => $this->telefono ?? '', 'email' => $this->email ?? '' ]; } }