public String toString(){
return this.getname(name)+"\t"+this.getpeople()+"\t\t\t\t"+this.getrent();
}
重写Object的toSting方法,在控制台输出类实例化后的成员属性的值