public function testOffsetSet1()
 {
     $this->object->offsetSet('A', 'Set1');
     $this->assertTrue($this->object->isModified());
     $this->assertEquals('Set1', $this->object->offsetGet('A'));
 }