public function offsetSet($index, $newval)
 {
     $this->__load();
     return parent::offsetSet($index, $newval);
 }