public function __toString()
 {
     return $this->usuario->getNombre() . ' ' . $this->usuario->getApellidos();
 }
 /**
  * {@inheritDoc}
  */
 public function __toString()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', array());
     return parent::__toString();
 }