Can I save a screen in order to start from there after closint the app?

Hello, i am trying to develop a game with many levels, but i am having struggles at a point. When the player finishes the level and closes the app, the next time he will enter the app, he should not be facing the same level again. How can i save a screen to start from there the next time we will enter the game? Or something like deleting the completed levels? I know that I possibly have to use TinyDB and lists but I dont know if this is possible to achive. So sorry for my english. Thank you for your time.

Express your Screens as data, and save the data.

Here is a sample ...

I will check it. Thank you!