Add a functionality to mark results for deletion. It can be deleted in a special routine later. ## Solution hints * add property `marked` to `result` objects * `marked` property is set to `false` initially (default) * display just **results** with `marked` set to `false`