public function offsetSet($key, $value)
 {
     $this->list->offsetSet($key, $value);
 }