Sort each item into the right bucket. KNOW = data the object holds (fields and getters). DO = actions the object performs.
What kind of responsibility is this?
Heuristic: getters (even derived ones like getTotalPay()) return data, so they are KNOW. Methods that change state, perform I/O, or run an action are DO.