public function __toString()
 {
     return $this->tratamiento->getNombre() ? $this->tratamiento->getNombre() : '';
 }