Define the method `inc_num_kids()` for `PersonInfo`. The method `inc_num_kids` should increment the member data `num_kids`.

Sample output for the given program with one call to `inc_num_kids()`:

```
Kids: 0
New baby, kids now: 1
```