/**
  * @param string $attribute
  * @param CurriculumInventoryAcademicLevelInterface $level
  * @param TokenInterface $token
  * @return bool
  */
 protected function voteOnAttribute($attribute, $level, TokenInterface $token)
 {
     return parent::voteOnAttribute($attribute, $level->getReport(), $token);
 }