To accomplish changing Ubuntu GNOME into Kubuntu, you could upgrade to Ubuntu 17.04 then after the upgrade has gone through successfully, you can run some commands to install KDE then remove GNOME.
After you have upgraded to Ubuntu 17.04, you would need to install KDE first.
To install KDE, you would open up a terminal and type:
sudo apt-get install kubuntu-desktop
After you have done this, you should reboot and then at the login menu you would click the Ubuntu icon next to your username and change it to KDE/Kubuntu (I am unsure what the exact name of it is) as seen in this picture: 
After this, to remove GNOME, you would then open up a terminal and type:
sudo apt-get purge ubuntu-gnome-desktop
Alternatively, if you do not want to go through with doing all of this, you could back up your data (possibly to an external device) and then simply do a clean install of Kubuntu 17.04. I am a big fan of clean installs, and this is probably what I would do.