public function testOffsetGet()
 {
     $this->assertTrue(is_array($this->object->offsetGet('1A')));
     $this->assertTrue(is_array($this->object->offsetGet('2A')));
     $this->assertTrue(is_array($this->object->offsetGet('3A')));
 }