In the getName method, don't we need to specify it as public String getName() { return this.name; // rather than just 'return name'? }