public function testIsEmptyWithNotEmptyObjectShouldReturnFalse()
 {
     $this->object->setCity('Test');
     $this->assertFalse($this->object->isEmpty());
 }