public function testOffsetSet2()
 {
     $this->object->offsetSet('A', 'Set1');
     $this->object->setKeyValue('k1');
     $this->object->save();
     $this->assertEquals('Set1', $this->object->offsetGet('A'));
 }