function Human(fname, lname) {
    this.fname = fname;
    this.lname = lname;
}