/**
  * Gibt die Attribute der Avatarherausforderung als Array zurück
  * @return array
  */
 public function toArray()
 {
     return parent::toArray() + ['avatarachievement_id' => $this->getAvatarachievementId(), 'avatar_id' => $this->getAvatarId()];
 }
 /**
  * Gibt die Attribute der Accountherausforderung als Array zurück
  * @return array
  */
 public function toArray()
 {
     return parent::toArray() + ['accountachievement_id' => $this->getAccountachievementId(), 'account_id' => $this->getAccountId()];
 }
 /**
  * Gibt die Attribute der Allianzherausforderung als Array zurück
  * @return array
  */
 public function toArray()
 {
     return parent::toArray() + ['allianceachievement_id' => $this->getAllianceachievementId(), 'alliance_id' => $this->getAllianceId()];
 }