public function toArray()
 {
     return array_merge(parent::toArray(), array('uri' => $this->uri));
 }