/**
  * {@inheritDoc}
  */
 public function setLevels(\Doctrine\Common\Collections\ArrayCollection $levels)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLevels', [$levels]);
     return parent::setLevels($levels);
 }