public function offsetGet($key)
 {
     return parent::offsetGet(strtolower($key));
 }