/**
  * {@inheritDoc}
  */
 public function setFechaNacimiento($fechaNacimiento)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setFechaNacimiento', array($fechaNacimiento));
     return parent::setFechaNacimiento($fechaNacimiento);
 }