public function jsonSerialize()
 {
     return array_merge(parent::jsonSerialize(), array('value' => array($this->getUsername(), $this->getPassword(), $this->getNote())));
 }
 public function jsonSerialize()
 {
     return array_merge(parent::jsonSerialize(), array('value' => $this->getMap()));
 }