Define the instance method `inc_num_kids()` for `PersonInfo`. The method `inc_num_kids` increments 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
```