Set your function "GetRandomPerson" to not static and when u calling "person1.toString();" you calling the object what you returned in your class "public Person GetRandomPerson()".
class Person is not a script but an object, try in your script "person1.name" or another variable from Person object.
class Person is not a script but an object, try in your script "person1.name" or another variable from Person object.