/**
  * {@inheritDoc}
  */
 public function getGenre()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGenre', []);
     return parent::getGenre();
 }