public function to_json()
 {
     $this->json['sidebar_contexts'] = $this->contexts;
     $this->json['sidebar_locations'] = $this->locations;
     //$this -> json['default_zones'] = $this -> default_zones;
     parent::to_json();
 }