public function testGetSetOtherPeople()
 {
     $this->assertFalse($this->instance->isOtherPeople());
     $this->assertTrue($this->instance->setOtherPeople(true) instanceof Hindrances);
     $this->assertTrue($this->instance->isOtherPeople());
 }