/**
  * @inheritdoc
  */
 public function toArray()
 {
     $attributes = parent::toArray();
     $attributes['url'] = $this->getUrl();
     return $attributes;
 }