Well thats your problem.. Its definitely theStub class. I know you have removed the word theStub but dont forget to remove the other reference to it:
String List = theStub.getnumber();
But obviousally without this none of the class will work...
You need to write theStub class for any of this to work.