public function down(Schema $schema)
 {
     $lookingFor = new Profile\LookingFor();
     $lookingFor->setName('Intimate');
     $this->em->persist($lookingFor);
     $this->em->flush();
 }
 /**
  * {@inheritDoc}
  */
 public function getProfile()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProfile', array());
     return parent::getProfile();
 }