Guess what: we can make any variable of any class an optional. Either we declare it as an optional or make it an optional through type inference.
Even the Human class from earlier on can be stored in an optional.
Human
That doesn't look right, does it?