public function testReturnObject()
 {
     $this->assertInstanceOf('\\HelloWorld\\SayHello', SayHello::returnObject());
 }