...
This version will require less maintenance as we don't need to explicitly change it if the Person class changes over time. Note that because the {{describe} method didn't follow the boiler-plate approach and of simple delegation (because it needed extra logic), we are still required to implement that method manually.
...