/**
  * @see MultipleLinkForm::countItems()
  */
 public function countItems()
 {
     parent::countItems();
     return $this->sponsorList->countObjects();
 }